home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 11
/
AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso
/
Files
/
Prog
/
D-G
/
DialScript1.7.sit
/
DialScript
/
Examples
/
transfertest.ds
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-11-01
|
341 b
|
14 lines
|
[
TEXT/dIsR
]
-- For this script to work, TeachText (little text editor that comes with
-- the Mac system) must be in the same folder as transfertest.ds
-- It should exit DialScript and run TeachText with this file.
script transfertest
state DoIt
display "Switching to Teachtext\r";
transfer "TeachText" "transfertest.ds";
end;
end;